projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a693cc
)
(activate-mark-hook): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 3 Apr 2007 11:10:09 +0000
(11:10 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 3 Apr 2007 11:10:09 +0000
(11:10 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index bec0d9ed5f321ebe470feaf35d255a579223b7cc..1554378d138fde722381210ee814d343986ce9fc 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3093,7
+3093,7
@@
START and END specify the portion of the current buffer to be copied."
(defvar activate-mark-hook nil
"Hook run when the mark becomes active.
It is also run at the end of a command, if the mark is active and
-it is possible that the region may have changed")
+it is possible that the region may have changed
.
")
(defvar deactivate-mark-hook nil
"Hook run when the mark becomes inactive.")